github.com/go-faster/jx.Decoder.floatSlow (method)

3 uses

	github.com/go-faster/jx (current package)
		dec_float.go#L252: 	v, err := d.floatSlow(32)
		dec_float.go#L259: func (d *Decoder) float64Slow() (float64, error) { return d.floatSlow(64) }
		dec_float.go#L261: func (d *Decoder) floatSlow(size int) (float64, error) {